3.1.2:
   * Added support for REALbasic 2011r2 and later. 
     (Removing the black color effect that new versions had)

3.1:
   * Did some changes to make the plugin work on the latest 
     REALbasic version.
   * Did some internal optimizations and replaced use of 
     depreciated SDK functions.
   * Plugin is now linked against and dependent on libstdc++6 
     instead of libstdc++5 on Linux systems.

3.0.4
   * Fixed a Windows XP UX Theme issue when running more than 
     one instance of the control.

3.0.2
   * Fixed a problem with Linux build.

3.0
   * Added support for MacOS X Universal Build.

2.6
   * Added Windows 2003 support.
   * Fixed a problem on Windows systems where the 
     scrollbar was not always displaying when it should.

2.5
   * Added support for next generation of REALbasic.
   * Added a TextColor property to the TaskBarNode class.
   * Added a HasTextColor property to the TaskBarNode class.
   * Added a FontBold property to the TaskBarNode class.
   * Added support for strictly information nodes.
   * Added a new constructor to the TaskBarNode class.
   * Added a TaskBarNodeType constant module.
   * Scrolling is now faster that it was before.
   * Improved the documentation.

2.2.2
   * Fixed a problem where the Mach-O segment was 
     not up to date with the other segments which 
     did cause problems in some Mach-O applications.

2.2
   * Added support for multiline text and 
     text wrapping in TaskBarNodes.

2.1
   * Added a DrawBorder property (MacOS only).
   * Added a BodyMouseDown property.
   * Added a MouseDown property.
   * Added support for the MouseDown event 
     in the CancelEventAction property.

2.0
   * Added Linux support.
   * Added Mach-O support.
   * Added LinuxBackColorStyle property.
   * Added LinuxBackColor property.

1.3
   * Added a Image property to the TaskBarNode class.
   * Added a Enabled property to the TaskBarNode class.
   * Added a CategoryMouseDown event to the control.
   * Added a CancelEventAction property to the control.
   * Added a Refresh method that shadows the built in REALbasic Refresh 
     method. This is done to ensure flicker free refresh when manually
     calling refresh.

1.2.4
   * Fixed a crash problem if the TaskBar is invisible on MacOS
     systems when the window gets closed.

1.2.2
   * Fixed a problem in segment loader which could cause incorrect
     segment to be loaded on the REALbasic Win32 IDE and when
     compiled for Win32 from MacOS REALbasic IDE.

1.2
   * Added a OSXCategoryStyle property (Track ID 21)
	+ Frame (0)
	+ Filled frame (1)
	+ Shaded frame (2)
   * Added a OSXBackColorStyle property (Track ID 19)
        + Default (0)
        + Custom (1)
        + None (2)
   * Added a OS9BackColorStyle property (Track ID 19)
        + Default (0)
        + Custom (1)
   * Added a WinBackColorStyle property (Track ID 19)
        + Default (0)
        + Custom (1)
   * Added a OSXBackColor property (Track ID 19)
   * Added a OS9BackColor property (Track ID 19)
   * Added a WinBackColor property (Track ID 19)
   * Added a OSXHeaderHitTest property
        + All (0)
        + Button Only (1)
   * Added a OS9HeaderHitTest property
        + All (0)     
        + Button Only (1)
   * Added a Expanded property to the TaskBarCategory
     class (Track ID 24).
   * Fixed the problem where the control was incorrectly 
     reporting that it did not support composite windows.
     (Track ID 20)
   * The control now creates a example category to help 
     with visualizing how it will look at design time.
     (Track ID 23) 
   * On Win32: Added support for Terminal Services and 
     Remote Desktop and other low color mode situations.
     (Track ID 22)
   * The plugin now comes as dual mode plugin where the
     plugin actually contains 2 plugins internally, one 
     optimized for REALbasic 5.x and the other for 5.5
     the plugin automatically takes care of choosing which
     one to use.

   Special thanks goes to Scott Crick from  
   www.searchwaresolutions.com for his very good ideas 
   on how to improve the MacOS X look of the control, and for 
   the help that he provided in implementing and testing
   the new look.

1.0
  * This is the first version.
